CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 枚举 句柄

搜索资源列表

  1. EnumWindow

    1下载:
  2. 一个枚举所有窗口句柄的源代码。对于软件界面分析、软件破解等很有用-a window handle all the source code. For software interface analysis, software and other useful crack
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:71056
    • 提供者:阿龙
  1. formlistTest

    0下载:
  2. 枚举所有窗体句柄还有坐标,窗体上控件句柄和相对坐标-Enumerate all window handle also coordinates and controls on Form handle and relative coordinates
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:248123
    • 提供者:yuecheng
  1. FindWnd

    0下载:
  2. 找线程句柄程序,运行程序后,自动枚举系统进程,通过右击,弹出菜单,可隐藏或显示或退出进程。-find a thread handle procedures, operating procedures, the system automatically enumeration process, right-click, pop-up menu, can be hidden or revealed or withdraw from the process.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:66264
    • 提供者:fa
  1. henum

    0下载:
  2. 枚举当前系统的所有已打开文件的句柄及路径
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:58458
    • 提供者:tzwsoho
  1. search

    0下载:
  2. 枚举当前打开窗口句柄,包含窗口类名。大家自己测试一下吧,很简单的。
  3. 所属分类:文件操作

    • 发布日期:2014-01-17
    • 文件大小:10445
    • 提供者:Roy
  1. formHWD

    0下载:
  2. 枚举所有句柄 可以获取当前所有窗体的 柄局
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2412
    • 提供者:serverliujie
  1. 枚举打开文件句柄

    2下载:
  2. 遍历进程枚举打开的文件句柄,可以说是文件删除利器。有多种删除方式R3 R0层
  3. 所属分类:驱动编程

    • 发布日期:2011-04-13
    • 文件大小:144536
    • 提供者:catface
  1. jo95553

    0下载:
  2. 用易编写的小例子,效果:枚举窗口内所有组件句柄易语言存在误报请谨慎下载-Easy to use to write a small example, effect: enumeration of all components within the window handle easy language in the presence of false positives carefully please download
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:9174
    • 提供者:xiaomingw
  1. enumfilehandle

    0下载:
  2. 枚举系统中所有已打开文件的句柄,有时一个文件删不掉,可能是文件句柄没有释放,可以用它来寻找哪个进程打开了文件,结束这个进程或者关掉句柄就可以了-Enumerate the system to handle all open files, and sometimes can not afford to delete a file, it may not release the file handle, you can use it to find which process opens a fil
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:5501
    • 提供者:9908006
  1. EnumProc

    0下载:
  2. 通过枚举进程间所有窗口来获取自己指定所需的窗口句柄。-Enum Process Hwnd
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:50209
    • 提供者:wskgah
  1. EnumHandle

    0下载:
  2. 枚举窗口句柄的例子,非常简单,枚举窗口句柄的例子,非常简单-enum the handle of Windows, which is very simple!enum the handle of Windows, which is very simple!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-10
    • 文件大小:2372373
    • 提供者:孙振宇
  1. hookyou

    0下载:
  2. 特别说明:本程序目的是更改其他程序窗口的显示内容(如数值)。用枚举主窗口和子窗口的方法只能找到有句柄的控件,发消息进行更改。对无句柄的控件就无能为力了,在spy++里都无法枚举Delphi/BCB/VB的label控件的只能采用截获TextOut的方法了,没想到其他更好的办法:-)这种就是所谓的屏幕取词技术了,金山词霸用的就是这种方法。-Special Note: This procedure aims to change the window display of other content
  3. 所属分类:Hook api

    • 发布日期:2017-04-02
    • 文件大小:145907
    • 提供者:王孝天
  1. DuplicateHandle

    0下载:
  2. 利用句柄复制进行文件占坑实现阻止文件删除,外加枚举进程内所有打开的文件、搜索文件句柄所在进程、卸载相关句柄。-Copy files using handles accounting realize pit stop delete files, plus the process of enumeration of all open files, search file handles where the process of unloading the relevant handler.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:115814
    • 提供者:
  1. NetResource

    0下载:
  2. VB映射网络资源,获取枚举句柄,该句柄可用于调用函数WNetEnumResource,设置dwEntries的值,并重定义NETRESOURCE数组,以能存放数据,获取远程名(UNC路径),并删除结尾的空字符………… -VB map network resources, access enumeration handle, the handle can be used to call the function WNetEnumResource, set dwEntries value, bo
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:3447
    • 提供者:刘明
  1. EnumerateWin32Handles

    0下载:
  2. 一个枚举当前所有句柄的源代码。purebasic的。-An enumeration handle all current source code control. purebasic' s.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:6572
    • 提供者:gflove
  1. NetResource

    0下载:
  2. VB映射网络资源,获取枚举句柄,该句柄可用于调用函数WNetEnumResource-VB mapped network resources to get the enumeration handle, the handle can be used to call the function WNetEnumResource
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-12-01
    • 文件大小:3433
    • 提供者:cool
  1. 全局句柄表枚举进程(支持x64)

    2下载:
  2. 使用ring3与ring0层通信,遍历内核全局句柄表完成进程枚举,有对僵尸进程的判断处理。支持x86,x64。
  3. 所属分类:系统编程

  1. mj

    0下载:
  2. 枚举进程句柄源码,功能简单,适合菜鸟学习(Enumerate all the handles of the process)
  3. 所属分类:易语言编程

    • 发布日期:2018-01-06
    • 文件大小:4096
    • 提供者:风铃666
  1. 20180106_061650054

    1下载:
  2. 易语言枚举句柄关闭进程DLL模块源码.e(Easy language enumeration handle closing process DLL module source code.E)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:3072
    • 提供者:虐心啊
  1. 易语言枚举进程所有句柄源码

    0下载:
  2. Easy language enumeration process all handle source routines call API function to obtain system handle object information
  3. 所属分类:文章/文档

    • 发布日期:2018-04-22
    • 文件大小:6144
    • 提供者:ffffff23123131
« 12 3 »
搜珍网 www.dssz.com